toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.restclient.httpservice.groups.repeat
/
[jvm]MyApplication
My
Application
@
SpringBootApplication
@
ImportHttpServices
(
group
=
"echo"
,
types
=
EchoService::class
)
@
ImportHttpServices
(
group
=
"other"
,
types
=
OtherService::class
)
open
class
MyApplication
Members
Constructors
My
Application
Link copied to clipboard
constructor
(
)
Functions
main
Link copied to clipboard
open
fun
main
(
args
:
Array
<
String
>
)